home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / misc / twoup.sty < prev    next >
Text File  |  1989-12-21  |  608b  |  21 lines

  1. % Gary Levin gary@sun.mcs.clarkson.edu
  2. % to format files for two up printing use the following style file
  3. % feel free to modify before you install.  the units are pretty good, so
  4. % don't fiddle much.  leaves enough room for punching holes at the top.
  5. %
  6. %  once latex'ed, reorganize the file using
  7. %    dvidvi '2:0(-0.35in,-0.25in),1(4.65in,-0.25in)'   $1.dvi  twoup.dvi
  8. %  then print using  dvi2ps -L
  9. %  probably should package as a shell file
  10. %
  11. \newcommand\twoup{
  12. \topmargin    0.00in
  13. \oddsidemargin    0.00in
  14. \evensidemargin    0.00in
  15. \headheight    0.25in
  16. \headsep    0.20in
  17. \textheight    6.50in
  18. \pagestyle{headings}
  19. }
  20.